百度云主机架设pbootcms伪静态方法设置教程
时间 :
2022-09-30
编辑 :超级管理员
#请复制下面伪静态配置到nginx配置文件中:
#规则适合PbootCMS V2.0+版本
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}上面文件保存到
bcloud_nginx_user.conf
然后把这个文件传到虚拟主机根目录

然后进管理重载站点服务即可

